.jkefgdre {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.lihef {
    margin: 5px;
    background-color: #25bce9;
    padding: 5px 15px;
    border-radius: 25px;
    box-shadow: 2px 2px 6px -5px #ffffff;
}

.rfugr {
    color: white;
    text-decoration: none;
    font-size: 13px;
}

.hihrf {
    display: flex;
    flex-flow: row;
    align-items: center;
    background: #32d56e;
    border-radius: 50px;
    padding: 5px 10px;
    width: fit-content;
    /* margin-top: 13px; */
}

.iohgd {
    margin: 0;
    color: white;
    font-size: 17px;
}

.jegde {
    background-color: #023458;
    /* padding: 10px 5px; */
    width: 100%;
}

.hihrf i {
    color: white;
    margin-right: 5px;
    font-size: 20px;
}

.ugiyeg {
    width: 80px;
    /* margin-top: 5px; */
}

#top-header {
    background: #023458;
    width: 100%;
}

.cur-option-val {
    color: black;
}

.rgerg {
    margin-top: 30px;
    margin-bottom: 30px;
}

.jhdedg {
    width: 100px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.efhe p {
    font-size: 18px;
    color: #424242;
    text-align: justify;
}

.efhe h2 {
    font-size: 35px;
    color: #023458;
}

.lhdcle {
    margin-top: 40px;
    margin-bottom: 40px;
}

.giyg {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: end;
}

.top-header-right.f-right.col-lg-5.col-md-6.col-sm-7.col-xs-6 {
    /* display: flex; */
    /* flex-flow: row; */
    /* align-items: center; */
    /* height: -webkit-fill-available; */
}

.kugyuif {
    margin-right: 10px;
}

.kugiu {
    margin-top: 8px;
    margin-bottom: 8px;
}

.djhe {
    color: #023458;
    font-size: 26px;
    font-weight: 300;
}

.red {
    background-color: red;
}

.green {
    background-color: green;
}

.rfugr:hover {
    color: yellow;
}

.kugyuif i {
    color: white;
}

.or-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.grgr {
    background-color: transparent;
    color: #3d3d3d;
    font-size: 15px;
    width: max-content;
    min-width: max-content;
}

.tabs {
    display: flex;
    cursor: pointer;
    overflow-x: scroll;
    justify-content: center;
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #888 #f1f1f1;
    /* Firefox */
    /* width: auto; */
    justify-content: center;
    /* margin: auto; */
}

.tab {
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.tab.active {
    background-color: #25bce9;
    color: white;
}

.content {
    margin-top: 20px;
}



.tabs::-webkit-scrollbar {
    width: 20px;
    /* Set the width of the scrollbar */
}

.tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tabs::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
    /* Round the corners of the thumb */
}

.tabs::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.quick-view_kjh {
    color: #25bce9;
    font-size: 17px;
    text-decoration: none;
    margin-top: 10px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    white-space: normal;
    /* or 'pre-line' if you want to preserve line breaks */
}

/* Styles for desktop (screen width 768 pixels and above) */
@media (min-width: 768px) {
    .tabs {
        overflow: hidden;
        /* Hide the scrollbar on desktop */
    }
}

a {
    text-decoration: none !important;
}

ul.navbar-nav {
    padding-left: inherit;
}

li.nav-item {
    font-size: 16px;
    color: black !important;
}

.nav-item a {
    color: #343434 !important;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    margin: 0;
}

.wsow-info {
    padding-bottom: 15px;
}

.yuftd label {
    font-size: 16px;
    font-weight: 400;
}

.hyftu {
    font-size: 20px;
}



/* Style for custom select container */
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Style for the select box */
.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
}

/* Style for the arrow icon */
.custom-select::after {
    content: '>';
    /* Unicode character for downward arrow */
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
    font-size: 18px;
    background: #25bce9;
    width: 40px;
    aspect-ratio: 1/1;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    border-radius: 4px 4px 0 0;
    color: white;
}

/* Style for options in the dropdown */
.custom-select select option {
    padding: 8px;
}

.ofhr {
    width: 100%;
    aspect-ratio: 1/0.8;
    object-position: center;
    border-radius: 5px;
}

.jhded {
    background: linear-gradient(145deg, rgb(255 0 0), rgb(37 188 233));
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.eidhue {
    font-size: 17px;
    margin: 5px 0;
    color: yellow;
}

.jdhegdf {
    font-size: 20px;
    color: #023458;
}

.jfhefr {}

.jfhefr {
    list-style: circle;
    font-size: 16px;
    color: #023458;
}

.kfherif {
    padding: 19px;
    background: aliceblue;
    border-radius: 5px;
    border: 1px solid #d2e4f3;
}